home *** CD-ROM | disk | FTP | other *** search
/ Giga Pack / Giga Pack CD1.iso / 3d / 3dshoot / nod.bat < prev    next >
DOS Batch File  |  1996-03-18  |  910b  |  40 lines

  1. c:
  2. cd\
  3. cd 3dshoot
  4.  
  5. @echo off
  6. if exist memfail del memfail
  7. if exist pend del pend >nul
  8. memc
  9. if exist memfail goto memfailexit
  10. :uexist
  11. :normalmenu
  12. if exist pend del pend >nul
  13. pnocomp f pdata c %1 %2 %3 %4 %5 >p.out
  14. if errorlevel 1 goto errorexit
  15. if exist pend goto gamefin
  16. goto gamefin
  17. :errorexit
  18. if exist vid.com vid
  19. if not exist vid.com mode co80 >nul
  20. if exist memfail goto memfailexit
  21. echo ...
  22. echo Program Errors have occured.  
  23. echo Save the file p.out which has the error information for us.
  24. type p.out
  25. goto realexit
  26. :memfailexit
  27. @echo ____
  28. echo   Error:  Do to insufficient or improperly configured memory you cannot
  29. echo   run the game.  Please refer to the memory report
  30. echo   below to get more info about what memory you need more of.
  31. @echo ----
  32. copy memfail con
  33. goto realexit
  34. :exit  
  35. if exist vid.com vid
  36. if not exist vid.com mode co80 >nul
  37. :gamefin
  38. :realexit
  39.  
  40.